OpenChannelRegisterOperatorListComponent

open class OpenChannelRegisterOperatorListComponent : SelectUserListComponent<T>

This class creates and performs a view corresponding the participant list area when registering operators in Sendbird UIKit. since 3.1.0

Functions

Link copied to clipboard
open fun notifyChannelChanged(@NonNull channel: OpenChannel)
Notifies this component that the channel data has changed.
Link copied to clipboard
open fun <T : OpenChannelRegisterOperatorListAdapter?> setAdapter(@NonNull adapter: T)
Sets the participant list adapter when registering operators to provide child views on demand.

Properties

Link copied to clipboard
protected open val adapter: OpenChannelRegisterOperatorListAdapter